/*  *** RESPONSIVE SIZE AND HEIGHT ***    */

html, body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #606061;
    font-weight: 300;
    line-height: 1.5;
}
@media (min-width: 1200px) {
    html, body {
        font-size: 18px; } }
@media (min-width: 768px) and (max-width: 1199px) {
    html, body {
        font-size: 17px; } }
@media (max-width: 767px) {
    html, body {
        font-size: 16px; } }

/*  ***** ASSIGN HTML ELEMENTS ***  */

body a {
   font-size: inherit;
    font-weight: inherit;
}
body main .article h4 {
    font-size: 0.8rem;
}
a {
    color: #0582A8;
    text-decoration: none;
}
a:focus, a:hover {
    color: #cccccc;
    text-decoration: none;
}

section.container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*  ***  STAR LOGO & CLAIM ***   */

header .main.header {
    height: 6.25rem;
    padding-top: 1.725rem;
    padding-bottom: 1.725rem;
}
header .main.header .logo {
    float: left;
}
header .main.header .logo img {
    height: 45px;
}
header .main.header .claim {
    display: inline-flex;
    font-weight: 300;
    margin-top: 0.75rem;
    float: right;
}
header .main.header .claim span + span {
    margin-left: 1.5rem;
}
@media (max-width: 520px) {
    body header .main.header .claim {
        margin-top: 0.65rem; } }
@media (max-width: 767px) {
    body header .main.header .claim .hidden-xs {
        display: none !important; } }
@media (max-width: 425px) {
    body header .main.header .claim .hidden-xxs {
        display: none; } }

/* *** STAR HEADER JUMBO   *** */

body .main.jumbo:not(.only-xs) {
    background-color: #e3e3e3; }
body .main.jumbo {
    padding-top: 4rem;
    padding-bottom: 4rem; }
body .main.jumbo .header {
    margin-bottom: 0;
    padding: 0 1rem;
    float: none; }
body .main.jumbo .header h1 {
    margin-top: 2rem;
    margin-bottom: 0; }
body .main.jumbo .header hr {
    border-color: #606061;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
    width: 6.35rem; }
body .main.jumbo .header h3 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5em; }
body .main.jumbo.only-xs {
    padding: 0; }
body .main.jumbo.only-xs .header {
    margin-bottom: 0; }
body .main.jumbo.only-xs .header h3 {
    margin-bottom: 0; }
@media (min-width: 768px) {
    .main.jumbo .header {
        float: right; } }
@media (min-width: 992px) {
    .main.jumbo .header {
        margin-left: 49%; } }
@media (max-width: 767px) {
    .main.jumbo:not(.only-xs) {
        background: url(https://img.en25.com/EloquaImages/clients/itemIndustrietechnikGmbH/%7B6f45e4c0-d71d-4b41-8455-5eee8ea465a9%7D_service-trainings-1860x684.jpg) no-repeat center;
        background-size: auto 100%;
        min-height: 320px; } }
@media (max-width: 419px) {
    .main.jumbo:not(.only-xs) {
        background: url(https://img.en25.com/EloquaImages/clients/itemIndustrietechnikGmbH/%7B6f45e4c0-d71d-4b41-8455-5eee8ea465a9%7D_service-trainings-1860x684.jpg) no-repeat center;
        background-size: auto 100%;
        min-height: 240px; } }
@media (min-width: 768px) {
    .main.jumbo:not(.only-xs) {
        background: url(https://img.en25.com/EloquaImages/clients/itemIndustrietechnikGmbH/%7B6f45e4c0-d71d-4b41-8455-5eee8ea465a9%7D_service-trainings-1860x684.jpg) no-repeat center;
        background-size: auto 100%;
        min-height: 380px; } }
@media (min-width: 992px) {
    .main.jumbo:not(.only-xs) {
        background-position: -11rem; } }
@media (min-width: 1095px) {
    .main.jumbo:not(.only-xs) {
        background-position: -8rem; } }
@media (min-width: 1235px) {
    .main.jumbo:not(.only-xs) {
        background-position: -4rem; } }
@media (min-width: 1365px) {
    .main.jumbo:not(.only-xs) {
        background-position: 0rem; } }
@media (min-width: 1590px) {
    .main.jumbo:not(.only-xs) {
        background-position: 2rem; } }
@media (min-width: 1720px) {
    .main.jumbo:not(.only-xs) {
        background-position: 0; } }
/* *** END HEADER JUMBO *** */

body .main.mobile header h3 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5em;
}

body main.container-fluid {
    padding-bottom: 3rem;
}
body section.categorySelect {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
body section.categorySelect .webinar-header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
    padding-top: 30px;
}
body section.main.mobile .container {
    padding-top: 3rem;
    padding-bottom: 0;
}
select#mobileFilter {
    border-radius: 0.25rem;
    padding: 0.7rem 2.5rem 0.7rem 1.5rem;;
    letter-spacing: 0.524px;
    min-width: 250px;
    cursor: pointer;
    background-color: transparent;
    color: #606061;
    border: 1px solid #606061;
    appearance: none;
}
select#mobileFilter:focus {
    outline: none;
}
.container.category-dropdown-wrapper {
    margin-bottom: 3rem;
}
.container.category-dropdown-wrapper > span {
    transform: translate(-50%, 0);
    left: 50%
}
@media (min-width: 992px) {
    .container.category-dropdown-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    body section.categorySelect .webinar-header {
        margin-bottom: 0;
    }
    .container.category-btn-wrapper {
        display: none;
    }
}
.category-dropdown-arrow {
    position: inherit;
    margin-top: 12px;
    left: 88%;
    cursor: pointer;
    z-index: -1;
}
/*  START FOOTER AREA   */
body footer.footer-bottom {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #3e4144;
    padding: 40px 0px 24px;
    margin: 0;
}
body footer.footer-bottom .copyright {
    color: #cccccc;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

body footer.footer-bottom .copyright > div:last-of-type {
    padding: 4px 0 8px;
}

body footer.footer-bottom .scroll-top-wrap {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: -30px;
}


body footer.footer-bottom .scroll-top-wrap a.scroll-top-btn {
    display: inline-block;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: top;
    margin-left: -30px;
    height: 60px;
    padding: 0;
    width: 60px;
    border-radius: 30px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%, #046785 100%);
}

body footer.footer-bottom .scroll-top-wrap a.scroll-top-btn:hover {
    color: #0582a8;
    opacity: 0.8;
    text-decoration: none !important;
}
body footer.footer-bottom .scroll-top-wrap a.scroll-top-btn:hover::after {
    top: -5px;
}

body footer.footer-bottom a.scroll-top-btn:after {
    content: "";
    background: url(https://media.item24.com/Eloqua/Landingpages/EU/Lernfabrik/svg/Item_arrow_white.svg) no-repeat center right;
    transform: rotate(270deg);
    top: 0px;
    right: 22px;
    width: 16px;
    height: 100%;
    position: absolute;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*  END FOOTER AREA   */

section[data-cat="no_show"] {
    display: none !important;
}
section.accordion-item,
section.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}
section.accordion-item .postHeader {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
}
section.container.webinar.accordion-item {
    transition: all 0.5s;
}
section.webinar.selected {
    border: 1px solid #0582a8;
}
section.blink {
    border: 1px solid #0582a8 !important;
    box-shadow: 0 0px 20px -5px #606061;
}
button.body-open.invert,
button.body-close.invert {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    letter-spacing: 0.524px;
    cursor: pointer;
    background-color: transparent;
    color: #606061;
    border: 1px solid #606061;
    margin-bottom: 1rem;
}
button.body-open.invert:hover,
button.body-close.invert:hover {
    color: #0582a8;
    border-color: #0582a8;
    background-color: transparent;
}
button.catBtn.invert {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.625rem;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
    letter-spacing: 0.524px;
    cursor: pointer;
    background-color: transparent;
    color: #606061;
    border: 1px solid #606061;
    margin-right: 1rem;
    margin-bottom: 1rem;
    min-width: 200px;
}
button.catBtn.invert:hover {
    color: #0582a8;
    border-color: #0582a8;
    background-color: #fff;
}
button.catBtn span.qty {
    font-size: 14px;
    font-weight: 300;
}
button.catBtn.invert.active {
    color: #fff;
    border: 1px solid transparent;
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%, #046785 100%);
}

section.accordion-item article button.acc-toggle.body-open {
    visibility: visible;
    opacity: 1;
    transition-property: all;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

section.accordion-item[data-hidden="active"] article button.acc-toggle.body-open {
    visibility: hidden;
    opacity: 0;
}
.postHeader hr.separator,
hr.separator {
    width: 150px;
    border-top: 1px solid #000;
    margin: 1rem 0;
}
.dozentImage img,
.referentenImage img {
    max-width:100%
}
@media (max-width:992px) {
    .dozentImage .spacer, .referentenImage spacer { display: none;  }
    .dozentImage, .referentenImage { max-width: 200px; margin: auto; }
}
.quick-info ul.metaInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom:18px;

}
.quick-info ul.metaInfo li {
    list-style: none;
    margin: 0.25rem 0;
    padding: 0 0.7rem;
    text-align: left;
    border-left: 1px solid #606061;
}
.quick-info ul.metaInfo li:first-child {
    margin: 0.25rem 0;
    border-left: none;
    padding-left:0;
}
@media (max-width:991px) {
    .quick-info ul.metaInfo {
        display: block;
    }
    .quick-info ul.metaInfo li {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width:1399px) {
    .quick-info {
        position: relative;
        bottom: 0;
    }
}
@media (min-width:1400px) {
    .quick-info {
        position: relative;
        bottom: 0;
    }
}
.quick-info .event-icons {
    text-align: right;
}
.quick-info span button.cta1,
.quick-info span button.cta2 {
    margin: 7px;
    padding: 0;
}
.quick-info span button.cta1,
.quick-info span button.cta2 {
    border: 1px solid #606061;
    border-radius: 4px;
}
.quick-info span button.cta1 .active svg,
.quick-info span button.cta1 .deActive svg,
.quick-info span button.cta2 .reg-icon svg {
    padding: 5px;
    border-radius: 4px;
}
.quick-info span button.cta1 .active svg,
.quick-info span button.cta1 .deActive svg:hover,
.quick-info span button.cta2 .reg-icon svg:hover {
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%, #046785 100%);
}
.quick-info span button.cta1:has(span span.active),
.quick-info span button.cta1:hover {
    border: 1px solid transparent;
    border-radius: 4px;
}
.quick-info span button.cta2:hover {
    border: 1px solid transparent;
    border-radius: 4px;
}
.quick-info span button.cta2 .reg-icon svg:hover path {
    fill: #fff;
    stroke: #fff;
}
button.remove {
    border: none;
    font-weight: 300;
    font-size: 0.8rem;
    background: transparent;
}
section.summary {
    background-color: #fff;
    padding: 20px;
    width: 90px;
    z-index: 1;
    border: 1px solid #0582A8;
    border-right:none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 30%;
    right: 0;
}
@media (max-width: 576px) {
    section.summary {
        padding: 10px;
        width: 65px;
        top: 65vh;
    }
}
section.summary .info-box button {
    margin: 5px;
    padding: 0;
    border: 1px solid #606061;
    border-radius: 4px;
}
.cta1.active .star-icon-fixed svg {
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%, #046785 100%);
}
section.summary .info-box button.active .star-icon-fixed svg polygon,
section.summary .info-box button.active .reg-icon-fixed svg polygon {
    fill:white;

}
section.summary .info-box button .star-icon-fixed svg,
section.summary .info-box button .reg-icon-fixed svg {
    padding: 5px;
}
@media (max-width: 576px) {
section.summary .info-box button .star-icon-fixed svg,
section.summary .info-box button .reg-icon-fixed svg {
    width: 30px;
    height: 30px;
}
}

section.summary .info-box button.cta1 span.badge {
    font-size: 14px;
    font-weight: 300;
    background-color: red;
    border: 1px solid #fff;
    border-radius: 50%;
}

section.summary .selected-topics {
    position: absolute;
    top: 40%;
    right: 80%;
    width: 450px;
    background-color: #e3e3e3;
    box-shadow: 0px 0px 5px #606061;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.quick-info .dateChoice {
    // padding-left: calc(var(--bs-gutter-x) * .5);
}
.dateChoice > span {
    display: inline-flex;
}
.dateChoice .dates-h {
    font-size: calc(1rem + .1vw);
    margin-right: 15px;
}
.dateChoice ul.datesList {
    display: inline-flex;
    padding-left: 0;
}
@media (max-width: 767px) {
    .dateChoice ul.datesList {
        display: block;
        padding-left: 0;
    }
}
.dateChoice ul.datesList li {
    list-style: none;
    margin-right: 50px;
}
@media (max-width: 576px) {
    .dateChoice ul.datesList li {
        margin-right: 10px;
    }
}
.dateChoice ul.datesList li input {
    appearance: none;
}
.dateChoice ul.datesList li label {
    font-style: italic;
    cursor: pointer;
}
.dateChoice ul.datesList li input + label span {
    padding-right: 5px;
    display: inline-grid;
    vertical-align: text-top;
}
.dateChoice ul.datesList li input + label span svg path.check-mark {
    fill: #0582A8;
    display:none;
}
.dateChoice ul.datesList li input.selected + label span svg path.check-mark {
    display: block;
}
.referentenImage {
    font-size: 0.9rem;
}
.referentenImage img {
    cursor: pointer;
}
.modalContent .referentenImage img {
    cursor: default;
}
.referentenImage a span {
    color: #606061;
}
.referentenImage a span:hover {
    color: #0582A8;
}
.referentenInfo a {
    font-weight: 500;
}
/* ######################## *
    Modal Content styling
* ######################## */
#modalForm,
#modalInfo,
article.referentenCnt {
    display: none;
}
#modalOverlay,
#referentenOverlay {
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow: auto;
    justify-content: center;
    background-color: rgba(0,0,0,.7);
}
.modalContent {
    background: #fff;
    min-height: 300px;
    max-height: 95vh;
    max-width: 80vw;
    width: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 30px 30px;
    padding-top: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 5px 2px hsla(0,0%,100%,.5);
}
@media (max-width: 991px) {
    .modalContent {
        max-height: 90vh;
        width: 80%;
    }
}
.modalContent button.modalClose-icon {
    cursor: pointer;
    float: right;
    padding: 0;
    border: none;
    margin-top: -30px;
    margin-right: -30px;
}
.modalContent button.modalClose-icon svg {
    border: 1px solid #606061;
    border-radius: 4px;
    padding: 2px;
}
.modal-logo-item {
    position: relative;
    margin-top: -15px;
    margin-bottom: 30px;
}
.referenten-firmenlogo {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: auto;
    padding-right: 7px;
    padding-left: 7px;
}
@media (max-width: 991px) {
    .row.accordion-body {
        flex-direction: column-reverse;
    }
    .referenten-firmenlogo {
        margin: auto;
        margin-bottom: 30px;
        text-align: center;
    }
}
/*  ######################
    Custom CSS Start
    ###################### */

@media (max-width: 991px) {
    .claim > span:first-child {
        display: none;
    }
}
body.max-pt .main.jumbo:not(.only-xs) {
    background: none;
    background-color: #e3e3e3;
}
@media (min-width: 768px) {
    body.max-pt .main.jumbo:not(.only-xs) {
        min-height: 380px;
        background: none;
        background-color: #e3e3e3;
    }
}
@media (min-width: 1600px) {
    body.max-pt .main.jumbo .header {
        padding-right: 15%;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    body.max-pt .main.jumbo .header {
        padding-right: 9%;
    }
}
@media (min-width: 1200px) {
    body.max-pt .main.jumbo .video-header-desktop {
        padding-right: 15px;
        line-height: 0;
    }
}
@media (min-width: 992px) {
    body.max-pt .main.jumbo .header {
        margin-left: 0;
    }
    body.max-pt .main.jumbo .header-container {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 657px) {
    body.max-pt .main .video-header-mobile iframe {
        height: 270px !important;
    }
}

/*  ######################
    Custom CSS End
    ###################### */